home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / MovieShowView.BackModule / README < prev    next >
Encoding:
Text File  |  1995-06-12  |  2.6 KB  |  62 lines

  1. -------------------------------------------------------------------
  2. MovieShow - A BackSpace module which shows TIFF movies
  3. -------------------------------------------------------------------
  4.  
  5. Notes from sam:
  6. I hacked this up for BackSpace 3.0.  I'm aware that the movie selection
  7. mechanism is pretty broken; you have to select a tiff file from within
  8. a .anim folder, and you may have to fight with the open panel to do this.
  9. This could probably be fixed pretty easily if I wasn't so sleepy.
  10.  
  11. original readme follows:
  12.  
  13.  
  14. Hacked by Paul Burchard <burchard@math.utah.edu> from
  15. Bill Carson's SlideShow module (see its README for more history).
  16.  
  17. NOTES:
  18.  
  19. This module accepts as a movie any folder containing at least one TIFF file (for example, *.anim movies).  The TIFF frames will be displayed in the alphabetical order of their file names.  Use the dwrite command to select a movie (as described below).
  20.  
  21. If you like the enclosed weather movie, you can make your own up-to-date weather movies using WAIStation.app (also available from the FTP archives).  Get "weather.src" source from "directory-of-servers.src" by asking about "weather", then ask "weather.src" for "gif".  When you retrieve the GIF files, they'll open in ImageViewer, which lets you save them as TIFF files.
  22.  
  23.  
  24. INSTALLATION:
  25.  
  26.  
  27. 1. Move "MovieShowView.o" into the Backspace application folder, and "Weather.anim" to your Images folder.  E.g.:
  28.  
  29.     mv MovieShowView.o /LocalApps/Backspace.app
  30.     mv Weather.anim ~/Library/Images/Weather.anim
  31.  
  32. You can recompile first if you wish, using the supplied Makefile.
  33.  
  34.  
  35. 2. Set prefs as desired using the dwrite command.  (You need to restart the screensaver for any changes to take effect.)  Here are the default values:
  36.  
  37.     dwrite MovieShow Movie       ~/Library/Images/Weather.anim
  38.     
  39.         dwrite MovieShow FrameTime   5
  40.     dwrite MovieShow BeginPause  12
  41.     dwrite MovieShow EndPause    30
  42.     dwrite MovieShow DarkTime    0
  43.     
  44.     dwrite MovieShow Jump        YES
  45.         dwrite MovieShow SlideFrames NO
  46.     dwrite MovieShow SlidePauses NO
  47.     
  48.     dwrite MovieShow TimeUnit    25
  49.  
  50. FrameTime = all movie frames held this many time units
  51. BeginPause = extra time units to hold first frame
  52. EndPause = extra time units to hold last frame
  53. DarkTime = time units between movie runs, when screen is completely dark
  54.  
  55. Jump = do you want movie to start at random new location each time it runs?
  56. SlideFrames = do you want movie to slide on screen as it is running?
  57. SlidePauses = do you want picture to slide while movie pauses at begin/end?
  58.  
  59. TimeUnit = number of program loops to count as one time unit; don't make this
  60.     too big or sliding will be jerky
  61.  
  62.